[INFO] cloning repository https://github.com/SamuelSchlesinger/anoncreds-rs
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/SamuelSchlesinger/anoncreds-rs" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FSamuelSchlesinger%2Fanoncreds-rs", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FSamuelSchlesinger%2Fanoncreds-rs'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] cc7dc78fac7512f229d1c00dcdb6ab4a974993a8
[INFO] testing SamuelSchlesinger/anoncreds-rs/cc7dc78fac7512f229d1c00dcdb6ab4a974993a8 against try#b8e88e5ddf5521a9f43ee3f62a702388c713e4bb for pr-155114
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FSamuelSchlesinger%2Fanoncreds-rs" "/workspace/builds/worker-4-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-4-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/SamuelSchlesinger/anoncreds-rs
[INFO] finished tweaking git repo https://github.com/SamuelSchlesinger/anoncreds-rs
[INFO] tweaked toml for git repo https://github.com/SamuelSchlesinger/anoncreds-rs written to /workspace/builds/worker-4-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/SamuelSchlesinger/anoncreds-rs on toolchain b8e88e5ddf5521a9f43ee3f62a702388c713e4bb
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b8e88e5ddf5521a9f43ee3f62a702388c713e4bb" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b8e88e5ddf5521a9f43ee3f62a702388c713e4bb" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]      Locking 143 packages to latest Rust 1.85 compatible versions
[INFO] [stderr]       Adding criterion v0.5.1 (available: v0.7.0)
[INFO] [stderr]       Adding generic-array v0.14.7 (available: v0.14.9)
[INFO] [stderr]       Adding rand v0.8.6 (available: v0.10.1)
[INFO] [stderr]       Adding rand_chacha v0.3.1 (available: v0.10.0)
[INFO] [stderr]       Adding rand_core v0.6.4 (available: v0.10.1)
[INFO] [stderr]       Adding wasip2 v1.0.1+wasi-0.2.4 (available: v1.0.3+wasi-0.2.9, requires Rust 1.87.0)
[INFO] [stderr]       Adding wasip3 v0.4.0+wasi-0.3.0-rc-2026-01-06 (requires Rust 1.87.0)
[INFO] [stderr]       Adding wit-bindgen v0.51.0 (requires Rust 1.87.0)
[INFO] [stderr]       Adding wit-bindgen-core v0.51.0 (requires Rust 1.87.0)
[INFO] [stderr]       Adding wit-bindgen-rust v0.51.0 (requires Rust 1.87.0)
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b8e88e5ddf5521a9f43ee3f62a702388c713e4bb" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+b8e88e5ddf5521a9f43ee3f62a702388c713e4bb" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 5685ae5d3b9a1a2cbc6fb3f556e35c87624675c28b41de9423199bc49a861363
[INFO] running `Command { std: "docker" "start" "-a" "5685ae5d3b9a1a2cbc6fb3f556e35c87624675c28b41de9423199bc49a861363", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "5685ae5d3b9a1a2cbc6fb3f556e35c87624675c28b41de9423199bc49a861363", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "5685ae5d3b9a1a2cbc6fb3f556e35c87624675c28b41de9423199bc49a861363", kill_on_drop: false }`
[INFO] [stdout] 5685ae5d3b9a1a2cbc6fb3f556e35c87624675c28b41de9423199bc49a861363
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+b8e88e5ddf5521a9f43ee3f62a702388c713e4bb" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] d7843b5402756b67ef718c3d9709ea9b8b05af5085fd1af618127a99debfee3e
[INFO] running `Command { std: "docker" "start" "-a" "d7843b5402756b67ef718c3d9709ea9b8b05af5085fd1af618127a99debfee3e", kill_on_drop: false }`
[INFO] [stderr]    Compiling zerocopy v0.8.48
[INFO] [stderr]    Compiling subtle v2.6.1
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling rand_core v0.6.4
[INFO] [stderr]    Compiling cpufeatures v0.3.0
[INFO] [stderr]    Compiling cc v1.2.61
[INFO] [stderr]    Compiling curve25519-dalek v4.1.3
[INFO] [stderr]    Compiling syn v2.0.117
[INFO] [stderr]    Compiling crypto-common v0.1.7
[INFO] [stderr]    Compiling digest v0.10.7
[INFO] [stderr]    Compiling ff v0.13.1
[INFO] [stderr]    Compiling group v0.13.0
[INFO] [stderr]    Compiling blake3 v1.8.5
[INFO] [stderr]    Compiling zerocopy-derive v0.8.48
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling zeroize_derive v1.4.3
[INFO] [stderr]    Compiling curve25519-dalek-derive v0.1.1
[INFO] [stderr]    Compiling zeroize v1.8.2
[INFO] [stderr]    Compiling half v2.7.1
[INFO] [stderr]    Compiling ciborium-ll v0.2.2
[INFO] [stderr]    Compiling ciborium v0.2.2
[INFO] [stderr]    Compiling anonymous-credit-tokens v0.4.2 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.95s
[INFO] running `Command { std: "docker" "inspect" "d7843b5402756b67ef718c3d9709ea9b8b05af5085fd1af618127a99debfee3e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "d7843b5402756b67ef718c3d9709ea9b8b05af5085fd1af618127a99debfee3e", kill_on_drop: false }`
[INFO] [stdout] d7843b5402756b67ef718c3d9709ea9b8b05af5085fd1af618127a99debfee3e
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+b8e88e5ddf5521a9f43ee3f62a702388c713e4bb" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] d9d5abbaae922a3afcf061d1698b3cf5c988f669cd127e1004dcd3a4a8b6de01
[INFO] running `Command { std: "docker" "start" "-a" "d9d5abbaae922a3afcf061d1698b3cf5c988f669cd127e1004dcd3a4a8b6de01", kill_on_drop: false }`
[INFO] [stderr]    Compiling rustix v1.1.4
[INFO] [stderr]    Compiling regex-syntax v0.8.10
[INFO] [stderr]    Compiling linux-raw-sys v0.12.1
[INFO] [stderr]    Compiling bitflags v2.11.1
[INFO] [stderr]    Compiling getrandom v0.2.17
[INFO] [stderr]    Compiling getrandom v0.4.2
[INFO] [stderr]    Compiling anstyle v1.0.14
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling clap_lex v1.1.0
[INFO] [stderr]    Compiling fastrand v2.4.1
[INFO] [stderr]    Compiling ppv-lite86 v0.2.21
[INFO] [stderr]    Compiling serde_json v1.0.149
[INFO] [stderr]    Compiling itertools v0.10.5
[INFO] [stderr]    Compiling wait-timeout v0.2.1
[INFO] [stderr]    Compiling bit-vec v0.8.0
[INFO] [stderr]    Compiling quick-error v1.2.3
[INFO] [stderr]    Compiling rayon v1.12.0
[INFO] [stderr]    Compiling rand_core v0.6.4
[INFO] [stderr]    Compiling clap_builder v4.6.0
[INFO] [stderr]    Compiling rand_xorshift v0.4.0
[INFO] [stderr]    Compiling bit-set v0.8.0
[INFO] [stderr]    Compiling rand v0.9.4
[INFO] [stderr]    Compiling is-terminal v0.4.17
[INFO] [stderr]    Compiling unarray v0.1.4
[INFO] [stderr]    Compiling ff v0.13.1
[INFO] [stderr]    Compiling rand_chacha v0.9.0
[INFO] [stderr]    Compiling rand_chacha v0.3.1
[INFO] [stderr]    Compiling group v0.13.0
[INFO] [stderr]    Compiling curve25519-dalek v4.1.3
[INFO] [stderr]    Compiling rand v0.8.6
[INFO] [stderr]    Compiling ciborium v0.2.2
[INFO] [stderr]    Compiling tinytemplate v1.2.1
[INFO] [stderr]    Compiling criterion-plot v0.5.0
[INFO] [stderr]    Compiling anonymous-credit-tokens v0.4.2 (/opt/rustwide/workdir)
[INFO] [stderr]    Compiling regex-automata v0.4.14
[INFO] [stderr]    Compiling clap v4.6.1
[INFO] [stderr]    Compiling tempfile v3.27.0
[INFO] [stderr]    Compiling rusty-fork v0.3.1
[INFO] [stderr]    Compiling proptest v1.11.0
[INFO] [stderr]    Compiling regex v1.12.3
[INFO] [stderr]    Compiling criterion v0.5.1
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 7.87s
[INFO] running `Command { std: "docker" "inspect" "d9d5abbaae922a3afcf061d1698b3cf5c988f669cd127e1004dcd3a4a8b6de01", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "d9d5abbaae922a3afcf061d1698b3cf5c988f669cd127e1004dcd3a4a8b6de01", kill_on_drop: false }`
[INFO] [stdout] d9d5abbaae922a3afcf061d1698b3cf5c988f669cd127e1004dcd3a4a8b6de01
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+b8e88e5ddf5521a9f43ee3f62a702388c713e4bb" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 2a2d2533bc1579630115f243221b54b3e01a1652d5c3a13ee18a16862def9d63
[INFO] running `Command { std: "docker" "start" "-a" "2a2d2533bc1579630115f243221b54b3e01a1652d5c3a13ee18a16862def9d63", kill_on_drop: false }`
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.09s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/anonymous_credit_tokens-bd22bfda10e65b7e)
[INFO] [stdout] 
[INFO] [stdout] running 93 tests
[INFO] [stdout] test cbor::tests::test_error_msg_cbor_roundtrip ... ok
[INFO] [stdout] test cbor::tests::test_error_msg_all_codes ... ok
[INFO] [stdout] test cbor::tests::test_credit_token_cbor_roundtrip ... ok
[INFO] [stdout] test cbor::tests::test_issuance_request_cbor_roundtrip ... ok
[INFO] [stdout] test cbor::tests::test_pre_issuance_cbor_roundtrip ... ok
[INFO] [stdout] test cbor::tests::test_pre_refund_cbor_roundtrip ... ok
[INFO] [stdout] test cbor::tests::test_issuance_response_cbor_roundtrip ... ok
[INFO] [stdout] test cbor::tests::test_private_key_cbor_rejects_inconsistent_w ... ok
[INFO] [stdout] test cbor::tests::test_public_key_cbor_roundtrip ... ok
[INFO] [stdout] test tests::credit_to_scalar_small_l ... ok
[INFO] [stdout] test cbor::tests::test_private_key_cbor_roundtrip ... ok
[INFO] [stdout] test tests::bits_of_ ... ok
[INFO] [stdout] test cbor::tests::test_refund_cbor_roundtrip ... ok
[INFO] [stdout] test tests::issuance_rejects_zero_credits ... ok
[INFO] [stdout] test tests::issue_rejects_out_of_range_for_small_l ... ok
[INFO] [stdout] test tests::invalid_issuance_request ... ok
[INFO] [stdout] test tests::attempt_overspend ... ok
[INFO] [stdout] test tests::invalid_token_verification ... ok
[INFO] [stdout] test tests::partial_return_max_credits_l8 ... ok
[INFO] [stdout] test tests::full_cycle_small_l ... ok
[INFO] [stdout] test tests::large_amount_issuance ... ok
[INFO] [stdout] test tests::invalid_proof_verification ... ok
[INFO] [stdout] test tests::partial_return_full_return ... ok
[INFO] [stdout] test tests::partial_return_one_credit ... ok
[INFO] [stdout] test tests::partial_return_nullifier_still_tracked ... ok
[INFO] [stdout] test tests::double_spend_prevention ... ok
[INFO] [stdout] test tests::partial_return_t_exceeds_l_bits_rejected ... ok
[INFO] [stdout] test tests::prop_binary_decomposition_correctness ... ok
[INFO] [stdout] test tests::prop_cbor_encoding_canonical ... ok
[INFO] [stdout] test tests::prop_cbor_round_trip_credit_token ... ok
[INFO] [stdout] test tests::prop_cbor_round_trip_issuance_request ... ok
[INFO] [stdout] test tests::prop_cbor_round_trip_issuance_response ... ok
[INFO] [stdout] test tests::prop_cbor_round_trip_pre_issuance ... ok
[INFO] [stdout] test tests::prop_cbor_round_trip_pre_refund ... ok
[INFO] [stdout] test tests::prop_cbor_round_trip_private_key ... ok
[INFO] [stdout] test tests::prop_cbor_round_trip_public_key ... ok
[INFO] [stdout] test tests::prop_cbor_round_trip_refund ... ok
[INFO] [stdout] test tests::partial_return_different_t_values_different_tokens ... ok
[INFO] [stdout] test tests::partial_return_basic ... ok
[INFO] [stdout] test tests::partial_return_t_exceeds_s_rejected ... ok
[INFO] [stdout] test tests::multiple_tokens_with_same_issuer ... ok
[INFO] [stdout] test tests::partial_return_with_nonzero_ctx ... ok
[INFO] [stdout] test tests::partial_return_zero ... ok
[INFO] [stdout] test tests::multiple_l_values ... ok
[INFO] [stdout] test tests::prop_invalid_issuance_request_rejection ... ok
[INFO] [stdout] test tests::partial_return_spend_full_remaining ... ok
[INFO] [stdout] test tests::partial_return_preauth_pattern ... ok
[INFO] [stdout] test tests::prop_no_double_issuance ... ok
[INFO] [stdout] test tests::prop_issuance_balance_invariant ... ok
[INFO] [stdout] test tests::issuance ... ok
[INFO] [stdout] test tests::prop_partial_return_cbor_roundtrip ... ok
[INFO] [stdout] test tests::prop_params_affect_outputs ... ok
[INFO] [stdout] test tests::prop_overspend_always_fails ... ok
[INFO] [stdout] test tests::prop_public_key_derivation ... ok
[INFO] [stdout] test tests::prop_point_group_properties ... ok
[INFO] [stdout] test tests::prop_scalar_arithmetic_validity ... ok
[INFO] [stdout] test tests::prop_challenge_affects_proofs ... ok
[INFO] [stdout] test tests::prop_spend_amount_binary_decomposition ... ok
[INFO] [stdout] test tests::partial_return_then_reanonymize ... ok
[INFO] [stdout] test tests::prop_spend_proof_structure_validity ... ok
[INFO] [stdout] test tests::prop_nullifier_determinism ... ok
[INFO] [stdout] test tests::prop_nullifier_uniqueness ... ok
[INFO] [stdout] test tests::prop_transcript_determinism ... ok
[INFO] [stdout] test tests::prove_spend_rejects_overspend ... ok
[INFO] [stdout] test tests::prove_spend_rejects_s_exceeding_l_bits ... ok
[INFO] [stdout] test tests::partial_return_sequential_chain ... ok
[INFO] [stdout] test tests::spend_exact_balance ... ok
[INFO] [stdout] test tests::spend_with_identity_a_prime ... ok
[INFO] [stdout] test tests::spend_zero_for_reanonymization ... ok
[INFO] [stdout] test tests::tampered_refund_verification ... ok
[INFO] [stdout] test tests::partial_return_t_equals_s ... ok
[INFO] [stdout] test tests::sequential_spends ... ok
[INFO] [stdout] test tests::test_key_component_malleability ... ok
[INFO] [stdout] test tests::test_params_generation_deterministic ... ok
[INFO] [stdout] test tests::test_transcript_with_empty_input ... ok
[INFO] [stdout] test tests::transcript_add_elements_test ... ok
[INFO] [stdout] test tests::zero_e_signature_attack ... ok
[INFO] [stdout] test tests::test_binary_decomposition_max_value ... ok
[INFO] [stdout] test tests::zero_spend_scenario ... ok
[INFO] [stdout] test tests::test_nullifier_collisions ... ok
[INFO] [stdout] test tests::prop_nullifier_collision_resistance ... ok
[INFO] [stdout] test tests::exhaust_token_with_one_credit_spends ... ok
[INFO] [stdout] test tests::prop_invalid_proofs_rejected ... ok
[INFO] [stdout] test tests::prop_partial_return_exceeding_s_always_fails ... ok
[INFO] [stdout] test tests::prop_partial_return_balance_correct ... ok
[INFO] [stdout] test tests::prop_spend_refund_balance_preservation ... ok
[INFO] [stdout] test tests::prop_token_tampering_detection ... ok
[INFO] [stdout] test tests::prop_zero_amount_handling ... ok
[INFO] [stdout] test tests::full_cycle has been running for over 60 seconds
[INFO] [stdout] test tests::prop_exhaustive_spending has been running for over 60 seconds
[INFO] [stdout] test tests::prop_multiple_issuers_independence has been running for over 60 seconds
[INFO] [stdout] test tests::prop_refund_never_exceeds_initial has been running for over 60 seconds
[INFO] [stdout] test tests::prop_sequential_spends_accumulate has been running for over 60 seconds
[INFO] [stdout] test tests::full_cycle ... ok
[INFO] [stdout] test tests::prop_multiple_issuers_independence ... ok
[INFO] [stdout] test tests::prop_refund_never_exceeds_initial ... ok
[INFO] [stdout] test tests::prop_sequential_spends_accumulate ... ok
[INFO] [stdout] test tests::prop_exhaustive_spending ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 93 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 291.48s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/generate_test_vectors.rs (/opt/rustwide/target/debug/deps/generate_test_vectors-532bdbc2c9d818bd)
[INFO] [stdout] 
[INFO] [stdout] running 1 test
[INFO] [stdout] test generate_test_vectors ... FAILED
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- generate_test_vectors stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'generate_test_vectors' (112) panicked at tests/generate_test_vectors.rs:293:13:
[INFO] [stdout] Could not read spec markdown at /opt/rustwide/workdir/draft-act/draft-schlesinger-cfrg-act.md: file not found.
[INFO] [stdout] 
[INFO] [stdout] The draft-act/ directory is a git submodule. Initialize it with:
[INFO] [stdout] 
[INFO] [stdout]     git submodule update --init
[INFO] [stdout] 
[INFO] [stdout] Then re-run this test.
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x56a1e24547ba - std[fce30c26ee6459b]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x56a1e24547ba - std[fce30c26ee6459b]::backtrace_rs::backtrace::trace_unsynchronized::<std[fce30c26ee6459b]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x56a1e24547ba - std[fce30c26ee6459b]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x56a1e24547ba - <<std[fce30c26ee6459b]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[d17f6591d688f3bd]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x56a1e246934a - <core[d17f6591d688f3bd]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x56a1e246934a - core[d17f6591d688f3bd]::fmt::write
[INFO] [stdout]    6:     0x56a1e2458ff2 - std[fce30c26ee6459b]::io::default_write_fmt::<alloc[dad09f3a48280dba]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/io/mod.rs:621:11
[INFO] [stdout]    7:     0x56a1e2458ff2 - <alloc[dad09f3a48280dba]::vec::Vec<u8> as std[fce30c26ee6459b]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/io/mod.rs:1976:13
[INFO] [stdout]    8:     0x56a1e243310f - <std[fce30c26ee6459b]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x56a1e243310f - std[fce30c26ee6459b]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x56a1e244c689 - std[fce30c26ee6459b]::panicking::default_hook
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x56a1e232cedc - <alloc[dad09f3a48280dba]::boxed::Box<dyn for<'a, 'b> core[d17f6591d688f3bd]::ops::function::Fn<(&'a std[fce30c26ee6459b]::panic::PanicHookInfo<'b>,), Output = ()> + core[d17f6591d688f3bd]::marker::Sync + core[d17f6591d688f3bd]::marker::Send> as core[d17f6591d688f3bd]::ops::function::Fn<(&std[fce30c26ee6459b]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   12:     0x56a1e232cedc - test[9653f4f1d2ca1489]::test_main_inner::<test[9653f4f1d2ca1489]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x56a1e244c842 - <alloc[dad09f3a48280dba]::boxed::Box<dyn for<'a, 'b> core[d17f6591d688f3bd]::ops::function::Fn<(&'a std[fce30c26ee6459b]::panic::PanicHookInfo<'b>,), Output = ()> + core[d17f6591d688f3bd]::marker::Sync + core[d17f6591d688f3bd]::marker::Send> as core[d17f6591d688f3bd]::ops::function::Fn<(&std[fce30c26ee6459b]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   14:     0x56a1e244c842 - std[fce30c26ee6459b]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x56a1e24331c8 - std[fce30c26ee6459b]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x56a1e2428289 - std[fce30c26ee6459b]::sys::backtrace::__rust_end_short_backtrace::<std[fce30c26ee6459b]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x56a1e2433edd - __rustc[de152adb51f02556]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x56a1e2469a9c - core[d17f6591d688f3bd]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x56a1e22f9b7a - generate_test_vectors[411bedd165bb03af]::generate_test_vectors
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/generate_test_vectors.rs:293:13
[INFO] [stdout]   20:     0x56a1e22f1917 - generate_test_vectors[411bedd165bb03af]::generate_test_vectors::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/generate_test_vectors.rs:67:27
[INFO] [stdout]   21:     0x56a1e2318cb6 - <generate_test_vectors[411bedd165bb03af]::generate_test_vectors::{closure#0} as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   22:     0x56a1e23201bb - <fn() -> core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   23:     0x56a1e23201bb - test[9653f4f1d2ca1489]::__rust_begin_short_backtrace::<core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>, fn() -> core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:724:18
[INFO] [stdout]   24:     0x56a1e232d9ab - test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:747:74
[INFO] [stdout]   25:     0x56a1e232d9ab - <core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   26:     0x56a1e232d9ab - std[fce30c26ee6459b]::panicking::catch_unwind::do_call::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}>, core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:581:40
[INFO] [stdout]   27:     0x56a1e232d9ab - std[fce30c26ee6459b]::panicking::catch_unwind::<core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>, core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:544:19
[INFO] [stdout]   28:     0x56a1e232d9ab - std[fce30c26ee6459b]::panic::catch_unwind::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}>, core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panic.rs:359:14
[INFO] [stdout]   29:     0x56a1e232d9ab - test[9653f4f1d2ca1489]::run_test_in_process
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:747:27
[INFO] [stdout]   30:     0x56a1e232d9ab - test[9653f4f1d2ca1489]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:668:43
[INFO] [stdout]   31:     0x56a1e23270c4 - test[9653f4f1d2ca1489]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:698:41
[INFO] [stdout]   32:     0x56a1e23270c4 - std[fce30c26ee6459b]::sys::backtrace::__rust_begin_short_backtrace::<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   33:     0x56a1e23305b2 - std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked::<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   34:     0x56a1e23305b2 - <core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   35:     0x56a1e23305b2 - std[fce30c26ee6459b]::panicking::catch_unwind::do_call::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:581:40
[INFO] [stdout]   36:     0x56a1e23305b2 - std[fce30c26ee6459b]::panicking::catch_unwind::<(), core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:544:19
[INFO] [stdout]   37:     0x56a1e23305b2 - std[fce30c26ee6459b]::panic::catch_unwind::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panic.rs:359:14
[INFO] [stdout]   38:     0x56a1e23305b2 - std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked::<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   39:     0x56a1e23305b2 - <std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1} as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   40:     0x56a1e2453baf - <alloc[dad09f3a48280dba]::boxed::Box<dyn core[d17f6591d688f3bd]::ops::function::FnOnce<(), Output = ()> + core[d17f6591d688f3bd]::marker::Send> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/alloc/src/boxed.rs:2271:9
[INFO] [stdout]   41:     0x56a1e2453baf - <std[fce30c26ee6459b]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   42:     0x704a6adb9aa4 - <unknown>
[INFO] [stdout]   43:     0x704a6ae46a64 - clone
[INFO] [stdout]   44:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     generate_test_vectors
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 0 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.45s
[INFO] [stdout] 
[INFO] [stderr] error: test failed, to rerun pass `--test generate_test_vectors`
[INFO] running `Command { std: "docker" "inspect" "2a2d2533bc1579630115f243221b54b3e01a1652d5c3a13ee18a16862def9d63", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "2a2d2533bc1579630115f243221b54b3e01a1652d5c3a13ee18a16862def9d63", kill_on_drop: false }`
[INFO] [stdout] 2a2d2533bc1579630115f243221b54b3e01a1652d5c3a13ee18a16862def9d63
